home *** CD-ROM | disk | FTP | other *** search
- <?php
- ////////////////////////////////////////////////////////////////////////////////
- // <!--Copyright (c) 2005 Pure Networks Inc. All rights reserved.-->
- ////////////////////////////////////////////////////////////////////////////////
- //
- // Build: 3.0.6121.0 (Stable)
- // $Revision: #1 $
- //
- // we have the public error warnings here:
- ?>
- <script type="text/javascript" language="JavaScript">
- writeWATestCookie();
- cookiesEnabled=(document.cookie.indexOf("WA")!=-1)? true : false;
- if (!cookiesEnabled)
- {
- document.write ("<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" class=\"WhiteTable PublicError\">");
- document.write ("<tr><td id=\"Top\"><img src=\"/images/pixel.trans.gif\" width=\"1\" height=\"1\" alt=\"\"/></td></tr>");
- document.write ("<tr>");
- document.write ("<td id=\"Mid\">");
- document.write ("<div class=\"EmptyContianerImage\">");
- document.write ("<div class=\"EmptyContianerText\">");
- document.write ("<?php echo return_error_text(123, "", $arErrors); ?>");
- document.write ("</div>");
- document.write ("<div class=\"EmptyContianerExplain\">");
- document.write ("<?php echo return_error_text(120, "", $arErrors); ?>");
- document.write (" ");
- document.write ("<a href=\"javascript:openHelpWindow(\'/help/troubleshooting#cookiesrequired\');\" title=\"Learn more...\">Learn more...</a>");
- document.write ("</div>");
- document.write ("</div>");
- document.write ("</td>");
- document.write ("</tr>");
- document.write ("<tr><td id=\"Bot\"><img src=\"/images/pixel.trans.gif\" width=\"1\" height=\"1\" alt=\"\"/></td></tr>");
- document.write ("</table>");
- }
- </script>
- <noscript>
- <table cellpadding="0" cellspacing="0" border="0" class="WhiteTable PublicError">
- <tr><td id="Top"><img src="/images/pixel.trans.gif" width="1" height="1" alt=""></td></tr>
- <tr>
- <td id="Mid">
- <div class="EmptyContianerImage">
- <div class="EmptyContianerText">
- <?php echo return_error_text(124, "", $arErrors); ?>
- </div>
- <div class="EmptyContianerExplain">
- <?php echo return_error_text(121, "", $arErrors); ?>
-
- <a target="_new" href="/help/troubleshooting#jscriptrequired" title="Learn more...">Learn more...</a>
- </div>
- </div>
- </td>
- </tr>
- <tr><td id="Bot"><img src="/images/pixel.trans.gif" width="1" height="1" alt=""></td></tr>
- </table>
- </noscript>
- <?php
- if ($btBrowserType == "macosxie")
- {
- echo ("<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" class=\"WhiteTable PublicError\">");
- echo ("<tr><td id=\"Top\"><img src=\"/images/pixel.trans.gif\" width=\"1\" height=\"1\" alt=\"\"/></td></tr>");
- echo ("<tr>");
- echo ("<td id=\"Mid\">");
- echo ("<div class=\"EmptyContianerImage\">");
- echo ("<div class=\"EmptyContianerText\">");
- echo (return_error_text(122, "", $arErrors));
- echo ("</div>");
- echo ("<div class=\"EmptyContianerExplain\">");
- echo (return_error_text(119, "", $arErrors));
- echo ("</div>");
- echo ("</div>");
- echo ("</td>");
- echo ("</tr>");
- echo ("<tr><td id=\"Bot\"><img src=\"/images/pixel.trans.gif\" width=\"1\" height=\"1\" alt=\"\"/></td></tr>");
- echo ("</table>");
- }
- ?>